Skip to content

Conversation

elbeno
Copy link
Contributor

@elbeno elbeno commented Jun 24, 2025

Problem:

  • It is sometimes useful to dynamically enable/disable a top-level interrupt (of a shared_irq) by controlling it with a resource.

Solution:

  • Add id_irq which can be used inside a shared_irq to represent/enable/disable the shared_irq itself.

Note:

  • id_irq has an enable field and a policy (for required resources). It does not have a status field.

Problem:
- It is sometimes useful to dynamically enable/disable a top-level interrupt (of
  a `shared_irq`) by controlling it with a resource.

Solution:
- Add `id_irq` which can be used inside a `shared_irq` to
  represent/enable/disable the `shared_irq` itself.

Note:
- `id_irq` has an enable field and a policy (for required resources). It does
  not have a status field.
@elbeno elbeno merged commit 703623d into intel:main Jun 25, 2025
27 checks passed
@elbeno elbeno deleted the add-id-irqs branch June 25, 2025 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants